home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 49
/
PC_Home_Issue_49.iso
/
lldemo
/
lldemo.shr
/
ROSETTA.EXE
/
ROSETTA.DXR
/
00590_toggle scripts.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-24
|
277 b
|
17 lines
on toggleScore
global gScore
set gScore to not gScore
drawScore()
end
on toggleMenu
global gMenu, gInPlay
set gMenu to not gMenu
if gMenu then
installMenu(3)
set the enabled of menuItem 2 of menu "Special" to gInPlay
else
installMenu(0)
end if
end